/*

Author: Tahir Mahmood  tmahmood6@learn.bcit.ca
	Due date: By 2359 hrs on Nov 19, 2019
	Final Project BCIT::COMP 1850 courese - Fall 2019 term
	
*/
	
gallery {
	margin:10px 50px;
    font: Verdana;
    font-size: 14px;
		
}

.gallery img {
	transistion: 1s;
	padding: 15px;
	width: 200px;
}

.gallery img:hover {
	filter: grayscale(100%);
	transform: scale(1.1);
}